home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Estrategia
/
coffeetycoon_Demo.swf
/
scripts
/
DefineButton2_1325
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
366 b
|
17 lines
on(rollOver){
var ll;
ll = _root.get_poplevel();
if(_root.antstats[_root.gc_pop] >= parseInt(_root.poplevel[ll] * 0.75))
{
this.good._visible = true;
}
else if(_root.antstats[_root.gc_pop] < parseInt(_root.poplevel[ll] * 0.45))
{
this.bad._visible = true;
}
else
{
this.neutral._visible = true;
}
}